QuickOPC User's Guide and Reference
ValueType Property (UABaseVariable<TValue,TAttribute>)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.Modelling Namespace > UABaseVariable<TValue,TAttribute> Class : ValueType Property
Provides the .NET type of the node value (the Value attribute).
Syntax
'Declaration
 
<NotNullAttribute()>
Public ReadOnly Property ValueType As Type
'Usage
 
Dim instance As UABaseVariable(Of TValue,TAttribute)
Dim value As Type
 
value = instance.ValueType
[NotNull()]
public Type ValueType {get;}
[NotNull()]
public:
property Type^ ValueType {
   Type^ get();
}
Remarks
This property is referenced by the ValueTypeProvidedBy attribute on the Value property.
Requirements

Target Platforms: Windows 7 with SP1, Windows Server 2008 R2 with SP1

See Also

Reference

UABaseVariable<TValue,TAttribute> Class
UABaseVariable<TValue,TAttribute> Members